Docuvieware object session identifier.
The name to use for the file generation.
The format to use for the file generation.
Specifies the page range to save.

In This Topic
GdPicture14.WEB Namespace / DocuViewareControllerActionsHandler Class / save Method / save(String,String,String,String,Boolean,Boolean,HttpStatusCode,String,Byte[],String) Method

save(String,String,String,String,Boolean,Boolean,HttpStatusCode,String,Byte[],String) Method

In This Topic
Document saving.
Syntax
'Declaration
 
Public Overloads Shared Sub save( _
   ByVal sessionID As String, _
   ByRef fileName As String, _
   ByVal format As String, _
   ByVal pageRange As String, _
   ByVal dropAnnotations As Boolean, _
   ByVal flattenAnnotations As Boolean, _
   ByRef statusCode As HttpStatusCode, _
   ByRef reasonPhrase As String, _
   ByRef content() As Byte, _
   ByRef contentType As String _
) 
public static void save( 
   string sessionID,
   ref string fileName,
   string format,
   string pageRange,
   bool dropAnnotations,
   bool flattenAnnotations,
   out HttpStatusCode statusCode,
   out string reasonPhrase,
   out byte[] content,
   out string contentType
)

Parameters

sessionID
Docuvieware object session identifier.
fileName
The name to use for the file generation.
format
The format to use for the file generation.
pageRange
Specifies the page range to save.
dropAnnotations
flattenAnnotations
statusCode
reasonPhrase
content
contentType

Return Value

A HttpResponseMessage object. In case of success the content part of the response includes a downloadable document.
See Also